Update callers
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 8 Jun 2006 01:08:16 +0000 (01:08 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 8 Jun 2006 01:08:16 +0000 (01:08 +0000)
ChangeLog
ChangeLog.pre-2-10
tests/testnotebookdnd.c

index 643faada31095a1c0d5d82346d41130737e68f6c..913a8209c5fb62e16f54f4fa2b672a23e6fe3744 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-06-07  Matthias Clasen  <mclasen@redhat.com>
 
+       * tests/testnotebookdnd.c: Update callers.
+
        * gtk/gtknotebook.h:
        * gtk/gtknotebook.c (gtk_notebook_set_window_creation_hook):
        Add a destroy notify for the callback data.  (#344209, 
index 643faada31095a1c0d5d82346d41130737e68f6c..913a8209c5fb62e16f54f4fa2b672a23e6fe3744 100644 (file)
@@ -1,5 +1,7 @@
 2006-06-07  Matthias Clasen  <mclasen@redhat.com>
 
+       * tests/testnotebookdnd.c: Update callers.
+
        * gtk/gtknotebook.h:
        * gtk/gtknotebook.c (gtk_notebook_set_window_creation_hook):
        Add a destroy notify for the callback data.  (#344209, 
index 39d72b822712f87d9e86c68649b484d22d87c22f..796ec4709c7c7eb4d72e66e45f840925d9722577 100644 (file)
@@ -212,7 +212,7 @@ main (gint argc, gchar *argv[])
   window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
   table = gtk_table_new (3, 2, FALSE);
 
-  gtk_notebook_set_window_creation_hook (window_creation_function, NULL);
+  gtk_notebook_set_window_creation_hook (window_creation_function, NULL, NULL);
 
   gtk_table_attach_defaults (GTK_TABLE (table),
                             create_notebook (tabs1, GROUP_A, PACK_START, GTK_POS_TOP),